Articles by Falko Timme
-
dmidecode: Finding Out Hardware Details Without Opening The Computer Case
Author: Falko Timme • Tags: linux, other • Comments: 4
dmidecode: Finding Out Hardware Details Without Opening The Computer Case dmidecode is a tool for dumping a computer's DMI (some say SMBIOS) table contents in a human-readable format. This table contains a description of the system's hardware components, as well as other useful pieces of information such as serial numbers and BIOS revision. Thanks to this table, you can retrieve this information without having to probe for the actual hardware.
-
How To Back Up An Ubuntu 8.10 System With SystemImager
Author: Falko Timme • Tags: backup, ubuntu • Comments: 6
How To Back Up An Ubuntu 8.10 System With SystemImager SystemImager lets you create images of your Linux installations. To do so, you need an image server (should have enough disk space to store your images) and a so-called golden client (i.e., the system of which you want to make an image). This means that you have to install some software on your image server and on your golden client in order to run SystemImager. This tutorial shows how to install a SystemImager server and a SystemImager client, both using Ubuntu 8.10, and how to create/update/restore/delete images.
-
Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Mandriva 2009.0
Author: Falko Timme • Tags: ftp, mandriva • Comments: 0
Virtual Hosting With PureFTPd And MySQL (Incl. Quota And Bandwidth Management) On Mandriva 2009.0 This document describes how to install a PureFTPd server that uses virtual users from a MySQL database instead of real system users. This is much more performant and allows to have thousands of ftp users on a single machine. In addition to that I will show the use of quota and upload/download bandwidth limits with this setup. Passwords will be stored encrypted as MD5 strings in the database.
-
-
phpsh, An Interactive Shell For PHP (Debian Etch)
Author: Falko Timme • Tags: debian, php • Comments: 0
phpsh, An Interactive Shell For PHP (Debian Etch) phpsh is an interactive shell for php that features readline history, tab completion, quick access to documentation. It was developed at Facebook and ironically, is written mostly in python. This article explains how you can install/use it on a Debian Etch system.
-
Using IPv6 On Debian Etch
Author: Falko Timme • Tags: debian, other • Comments: 6
Using IPv6 On Debian Etch This document describes how you can configure a Debian Etch system for IPv6 so that a) it can connect to other IPv6 hosts and b) other IPv6 hosts can connect to it. IPv6 should become more important in the future as recent estimates assume that there will be no more IPv4 addresses left by 2010 or 2011. Therefore it's time time to learn IPv6.
-
Enabling Compiz Fusion On An Ubuntu 8.10 Desktop (NVIDIA GeForce FX 5200)
Author: Falko Timme • Tags: desktop, ubuntu • Comments: 8
Enabling Compiz Fusion On An Ubuntu 8.10 Desktop (NVIDIA GeForce FX 5200) This tutorial shows how you can enable Compiz Fusion on an Ubuntu 8.10 (Intrepid Ibex) desktop (the system must have a 3D-capable graphics card - I'm using an NVIDIA GeForce FX 5200 here). With Compiz Fusion you can use beautiful 3D effects like wobbly windows or a desktop cube on your desktop.
-
Creating MySQL Backups With AutoMySQLBackup
Author: Falko Timme • Tags: mysql, backup • Comments: 9
Creating MySQL Backups With AutoMySQLBackup AutoMySQLBackup is a shell script that lets you take daily, weekly and monthly backups of your MySQL databases using mysqldump. It can back up multiple databases, compress the backups, back up remote databases, and email the logs.
-
How To Upgrade Ubuntu 8.04 (Hardy Heron) To 8.10 (Intrepid Ibex) (Desktop & Server)
Author: Falko Timme • Tags: desktop, ubuntu • Comments: 20
How To Upgrade Ubuntu 8.04 (Hardy Heron) To 8.10 (Intrepid Ibex) (Desktop & Server) Today the new Ubuntu 8.10 (Intrepid Ibex) has been released. This guide shows how you can upgrade your Ubuntu 8.04 desktop and server installations to Ubuntu 8.10.
-
Automatic And Up-To-Date Fedora 9 Installations With Kickstart And Novi
Author: Falko Timme • Tags: fedora • Comments: 2
Automatic And Up-To-Date Fedora 9 Installations With Kickstart And Novi Kickstart allows you to do automatic Fedora/RedHat/CentOS installations (i.e., you do not have to sit in front of the computer and answer the questions of the installer). This is useful and time-saving if you have to deploy tens or hundreds of similar systems (e.g. workstations). Kickstart reads the installation settings from a Kickstart configuration file. The problem with Kickstart is that it usually uses the distribution's packages from the time the distribution was released, i.e., it does not consider updates which means you would have to update each system manually after the Kickstart installation. This guide explains how you can do up-to-date Kickstart installations with the help of a tool called novi.
-
Appnr - Synaptic For Your Browser (Ubuntu)
Author: Falko Timme • Tags: desktop, ubuntu • Comments: 6
Appnr - Synaptic For Your Browser (Ubuntu) Appnr is a web-based directory for Ubuntu packages (including the official repositories and third-party packages from Medibuntu, Google, and the Canonical Partner repository). You can use it to browse and install packages directly from your browser. It's like Synaptic for your browser.